Private class
Constructors
- Private({String name, bool private, bool protected, bool public, bool queryable, bool showInList, String slug, Links lLinks})
-
Private.fromJson(Map<
String, dynamic> json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- lLinks ↔ Links
-
read / write
- name ↔ String
-
read / write
- private ↔ bool
-
read / write
- protected ↔ bool
-
read / write
- public ↔ bool
-
read / write
- queryable ↔ bool
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- showInList ↔ bool
-
read / write
- slug ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited