menu
c2pa_view package
documentation
domain/entities/custom_field.dart
CustomField
isSimple property
isSimple property
dark_mode
light_mode
isSimple
property
bool
get
isSimple
Implementation
bool get isSimple => value is String || value is num || value is bool;
c2pa_view package
documentation
domain/entities/custom_field
CustomField
isSimple property
CustomField class