ResourceDescriptor_Style class final

A flag representing a specific style that a resource claims to conform to.

Inheritance
  • Object
  • ProtoEnum
  • ResourceDescriptor_Style

Constructors

ResourceDescriptor_Style(String value)
const
ResourceDescriptor_Style.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$default → const ResourceDescriptor_Style
The default value for ResourceDescriptor_Style.
declarativeFriendly → const ResourceDescriptor_Style
This resource is intended to be "declarative-friendly".
styleUnspecified → const ResourceDescriptor_Style
The unspecified value. Do not use.