isOwn property

bool? isOwn

True if the property is owned for the object.

Implementation

bool? get isOwn => json['isOwn'] as bool?;