Input constructor

Input(
  1. Map<String, dynamic>? mInputValue
)

Implementation

Input(this.mInputValue);