BlockAction.fromJson constructor
      
      BlockAction.fromJson(
    
    
- Map json_
Implementation
BlockAction.fromJson(core.Map json_)
  : this(
      blockAfterDays: json_['blockAfterDays'] as core.int?,
      blockScope: json_['blockScope'] as core.String?,
    );