value property
String
get
value
Returns the string value of the resource type.
Implementation
String get value => toString().split('.').last;
Returns the string value of the resource type.
String get value => toString().split('.').last;