tokens property

List<String>? get tokens

Implementation

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