listValue method

List? listValue()

Implementation

List<dynamic>? listValue() => modelValue is List<dynamic> ? modelValue : null;