GoogleRpcPreconditionFailureViolation.fromJson constructor
      
      GoogleRpcPreconditionFailureViolation.fromJson(
    
    
- Map json_
 
Implementation
GoogleRpcPreconditionFailureViolation.fromJson(core.Map json_)
    : this(
        description: json_['description'] as core.String?,
        subject: json_['subject'] as core.String?,
        type: json_['type'] as core.String?,
      );