users property

List<String>? users

Implementation

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