Folder class
Message that contains the resource name and display name of a folder resource.
Constructors
- Folder({String? resourceFolder, String? resourceFolderDisplayName})
 - Folder.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - resourceFolder ↔ String?
 - 
  Full resource name of this folder.
  getter/setter pair
 - resourceFolderDisplayName ↔ String?
 - 
  The user defined display name for this folder.
  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