userId property

  1. @JsonKey(name: 'username')
String userId
final

The name of the user that created the shader

Implementation

@JsonKey(name: 'username')

/// The name of the user that created the shader
final String userId;