user property

List<String>? get user

Implementation

List<String>? get user => (_$data['user'] as List<String>?);