isOwn property
bool?
get
isOwn
True if the property is owned for the object.
Implementation
bool? get isOwn => json['isOwn'] as bool?;
True if the property is owned for the object.
bool? get isOwn => json['isOwn'] as bool?;