variables property

List<String>? variables

Implementation

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