supportedGenerationMethods property

  1. @JsonKey(name: 'supportedGenerationMethods')
List<String>? supportedGenerationMethods
inherited

Implementation

@JsonKey(name: 'supportedGenerationMethods')
List<String>? get supportedGenerationMethods =>
    throw _privateConstructorUsedError;
  1. @JsonKey(name: 'supportedGenerationMethods')
void supportedGenerationMethods=(List<String>? value)
inherited

Implementation

@JsonKey(name: 'supportedGenerationMethods')
set supportedGenerationMethods(List<String>? value) =>
    throw _privateConstructorUsedError;