isSimple property

bool get isSimple

Implementation

bool get isSimple => value is String || value is num || value is bool;