ids property

  1. @JsonKey(name: 'Results')
List<String>? ids
final

The list of shader ids returned

Implementation

@JsonKey(name: 'Results')

/// The list of shader ids returned
final List<String>? ids;