interfaces property

List<String>? get interfaces

Implementation

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