Css class

Information about CSS domain.

Constructors

Css({String? cssDomainId, String? cssGroupId, String? displayName, String? fullName, String? homepageUri, List<String>? labelIds})
Css.fromJson(Map json_)

Properties

cssDomainId String?
The CSS domain ID.
getter/setter pair
cssGroupId String?
The ID of the CSS group this CSS domain is affiliated with.
getter/setter pair
displayName String?
The CSS domain's display name, used when space is constrained.
getter/setter pair
fullName String?
The CSS domain's full name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homepageUri String?
The CSS domain's homepage.
getter/setter pair
labelIds List<String>?
A list of label IDs that are assigned to this CSS domain by its CSS group.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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