list property

List? list

Implementation

List? get list => value is List ? value as List? : null;